home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00458.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  421 b   |  23 lines

  1. on exitFrame me
  2.   global l, pntr, pnty, pntb, pnto, pntp, pntg
  3.   pntr = "off"
  4.   pnty = "off"
  5.   pntb = "off"
  6.   pnto = "off"
  7.   pntp = "off"
  8.   pntg = "off"
  9.   repeat with l = 32 to 39
  10.     set the blend of sprite l to 60
  11.   end repeat
  12.   unfinger(30, 31)
  13.   finger(32, 34)
  14.   unfinger(35, 98)
  15.   showit(185, 187)
  16.   hideit(188, 190)
  17.   showit(191, 191)
  18.   hideit(192, 197)
  19.   showit(198, 200)
  20.   hideit(201, 202)
  21.   showit(203, 203)
  22. end
  23.